export declare function dnsProvidersCommand(): Promise; export declare function dnsProvidersSetup(providerId: string, domain?: string): Promise; export declare function dnsProvidersRemove(providerId: string): Promise;