export type DestructiveDeployOptions = { postDestructiveExample: string; metadataTypes: string; identifyExample?: string; verifyStep?: string; }; export declare function destructiveDeployWorkflow(version: string, opts: DestructiveDeployOptions): string;