import type { ProjectReleaseAccess } from '@ankhorage/deploy/project'; import type { ProjectDeployRuntimeInput } from '../../projectDeployRuntimeInput'; import type { ProjectDeploySecretStore } from './ProjectDeploySecretStore'; export declare function createProjectDeployAccess(options: { readonly projectId: string; readonly runtime: ProjectDeployRuntimeInput; readonly secretStore: ProjectDeploySecretStore; }): Promise; //# sourceMappingURL=createProjectDeployAccess.d.ts.map