export declare const getFunctionArgs: () => { args: { customApiKey: string; debug: boolean; }; }; export declare const getCliArgs: () => { args: { project: string; env: string; functions: string; baseUrl: string; customApiKey: string; timeoutMs: string; initApp: boolean; indexPath: string; connectionUrl: string; debug: boolean; }; functionNames: string[]; };