export type SubcommandResult = { code: number; lines: string[]; }; /** Top-level dispatcher: `harness validate [path] [--skip-gcp] [--secret=NAME]`. */ export declare function validate(args: string[]): Promise; //# sourceMappingURL=validate.d.ts.map