import { SpawnOptions } from 'node:child_process';
export declare function ktlintAll(args: string[] | undefined, opt: SpawnOptions): Promise<void>;
