import * as yargs from 'yargs';
export declare function format(command: 'check' | 'write', args: yargs.Arguments): Promise<void>;
