import type { FileSystem } from '../utils/file-operations';
export declare const deleteDomain: (domainName: string, force?: boolean, fileSystem?: FileSystem, log?: {
    success: (message: string) => void;
    error: (message: string) => void;
    warning: (message: string) => void;
    info: (message: string) => void;
    log: (message: string) => void;
}) => Promise<void>;
//# sourceMappingURL=delete.d.ts.map