import type { ICloudProvider } from "../../entities";
/**
 * @deprecated
 */
export declare const providerAuthenticate: (provider: ICloudProvider, options?: {
    userId?: any;
    workspaceId?: any;
}) => Promise<any[]>;
//# sourceMappingURL=index.d.ts.map