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