export interface ClarifyOptions { input?: string; from?: string; to?: string; prompt?: boolean; apply?: string; check?: string; force?: boolean; } export declare function clarifyCommand(options: ClarifyOptions): Promise; //# sourceMappingURL=clarify.d.ts.map