import type { ProjectKeys } from "./credentials.js"; import type { Client } from "./kernel.js"; export declare function requireProjectCredentials(client: Client, projectId: string, context: string): Promise; //# sourceMappingURL=project-credentials.d.ts.map