import { Options } from "./index";
export declare function clang_format(input: string, ext: string, options: Options, logger: any): Promise<string>;
