export interface RuntimeAuthOptions { linkedProjectSlug?: string; } export interface RuntimeAuthContext { apiToken?: string; projectSlug?: string; serviceLayer?: string; } export declare function resolveLinkedProjectSlug(projectDir: string, configuredProjectSlug?: string): Promise; export declare function resolveRuntimeAuthContext(options: RuntimeAuthOptions): Promise; export declare function applyRuntimeAuthContext(options: RuntimeAuthOptions): Promise; //# sourceMappingURL=runtime-auth.d.ts.map