export interface DictatorOptions { dryRun: false; check: false; dictatorPath: string; } export declare function runDictator(options: DictatorOptions, targetPath?: string): void;