interface ParsedSdsPreflightArgs { workspaceRoot?: string; projectKey?: string; sdsPaths: string[]; apply: boolean; commitAppliedChanges: boolean; commitMessage?: string; json: boolean; quiet: boolean; } export declare const parseSdsPreflightArgs: (argv: string[]) => ParsedSdsPreflightArgs; export declare class SdsPreflightCommand { static run(argv: string[]): Promise; } export {}; //# sourceMappingURL=SdsPreflightCommand.d.ts.map