import { Deployment, DeployRequest, OrganizationRequest } from './types'; export declare function getDeploy({ organization, deploy }: DeployRequest): Promise; export declare function getDeploys({ organization }: OrganizationRequest): Promise; //# sourceMappingURL=deploy.d.ts.map