export declare function format(file: string, dryRun?: boolean): Promise<void>;
export declare function sortImports(tsFile: string): string;
