import type { InternalClientContext } from "../internalClientContext.mjs"; import type { ThirdPartyAppRid } from "../ThirdPartyAppRid.js"; export declare function undeployWebsite(ctx: InternalClientContext, thirdPartyAppRid: ThirdPartyAppRid): Promise;