import { Assets } from "./assets"; import { ImagePullSecret } from "../types"; export declare function deployImagePullSecret(imagePullSecret: ImagePullSecret, name: string): Promise; export declare function deployWebhook(assets: Assets, force: boolean, webhookTimeout: number): Promise; //# sourceMappingURL=deploy.d.ts.map