type Credentials = { uid: string; idToken: string; }; export declare function workspaceArguments(args: string[]): string[]; export declare function runWorkflowCli(command: string, args: string[], credentials: (forceRefresh?: boolean) => Promise): Promise; export declare function option(args: string[], flag: string): string | undefined; export {};