export declare function orgAPI({ auth }?: { auth?: boolean | undefined; }): Promise; export declare function projectAPI({ auth, org, printError }?: { auth?: boolean | undefined; org?: string | undefined; printError?: boolean | undefined; }): Promise; export declare function envAPI({ auth, org }?: { auth?: boolean | undefined; org?: string | undefined; }): Promise; export declare function sdkAPI({ auth }?: { auth?: boolean | undefined; }): Promise; export declare function detailsAPI(): Promise; export declare function cacheAPI({ auth, projectId, env, org }?: { auth?: boolean | undefined; projectId?: string | undefined; env?: string | undefined; org?: string | undefined; }): Promise; export declare function filestoreAPI({ auth, projectId, env, org }?: { auth?: boolean | undefined; projectId?: string | undefined; env?: string | undefined; org?: string | undefined; }): Promise; export declare function queueAPI({ auth, projectId, env }?: { auth?: boolean | undefined; projectId?: string | undefined; env?: string | undefined; }): Promise; export declare function zcqlAPI({ auth, projectId, env, org }?: { auth?: boolean | undefined; projectId?: string | undefined; env?: string | undefined; org?: string | undefined; }): Promise; export declare function datastoreAPI({ auth, projectId, env, org }?: { auth?: boolean | undefined; projectId?: string | undefined; env?: string | undefined; org?: string | undefined; }): Promise; export declare function clientAPI({ auth, projectId, env, org }?: { auth?: boolean | undefined; projectId?: string | undefined; env?: string | undefined; org?: string | undefined; }): Promise; export declare function slateAPI({ auth, projectId, env }?: { auth?: boolean | undefined; projectId?: string | undefined; env?: string | undefined; }): Promise; export declare function apigAPI({ auth, projectId, env, org }?: { auth?: boolean | undefined; projectId?: string | undefined; env?: string | undefined; org?: string | undefined; }): Promise; export declare function bulkDSAPI({ auth, projectId, env, org }?: { auth?: boolean | undefined; projectId?: string | undefined; env?: string | undefined; org?: string | undefined; }): Promise; export declare function applogicAPI({ auth, projectId, env, org }?: { auth?: boolean | undefined; projectId?: string | undefined; env?: string | undefined; org?: string | undefined; }): Promise; export declare function functionsAPI({ auth, projectId, env, org }?: { auth?: boolean | undefined; projectId?: string | undefined; env?: string | undefined; org?: string | undefined; }): Promise; export declare function eventBusAPI({ auth, projectId, env, org }?: { auth?: boolean | undefined; projectId?: string | undefined; env?: string | undefined; org?: string | undefined; }): Promise; export declare function logAPI({ auth, projectId, env, org }?: { auth?: boolean | undefined; projectId?: string | number | undefined; env?: string | undefined; org?: string | undefined; }): Promise; export declare function appSailAPI({ auth, projectId, env, org }?: { auth?: boolean | undefined; projectId?: string | undefined; env?: string | undefined; org?: string | undefined; }): Promise; export declare function zestAPI({ auth, projectId, env }?: { auth?: boolean | undefined; projectId?: string | undefined; env?: string | undefined; }): Promise; export declare function stratusAPI({ auth, projectId, env }?: { auth?: boolean | undefined; projectId?: string | undefined; env?: string | undefined; }): Promise; export declare function gitHubAPI(): Promise; export declare function codeDeck(): Promise; export declare function jobScheduling({ auth, projectId }?: { auth?: boolean | undefined; projectId?: string | undefined; }): Promise; export declare function commonAPI(): Promise; export declare function tunnelAPI({ auth, projectId }?: { auth?: boolean | undefined; projectId?: string | undefined; }): Promise;