export declare function listProvidersCommand(): void; export declare function getProviderCommand(name: string): void; export declare function addProviderCommand(): Promise; export declare function deleteProviderCommand(name: string): Promise; export declare function setDefaultProviderCommand(name: string): void; //# sourceMappingURL=provider.d.ts.map