import { Options } from './';
export declare function format(code: string, options: Options): Promise<string>;
