import { type BellwetherConfig } from '../../../config/loader.js'; import type { BellwetherCloudClient } from '../../../cloud/types.js'; export declare function loadConfigOrExit(configPath?: string): BellwetherConfig; export declare function getSessionTokenOrExit(sessionOverride?: string, message?: string): string; export declare function createAuthenticatedClient(sessionToken: string, message?: string): BellwetherCloudClient; export declare function resolveProjectId(projectIdArg?: string, projectOption?: string): string | undefined; //# sourceMappingURL=shared.d.ts.map