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