export declare const getSdkOauthAction: (provider: string) => { name: string; params: { oauth: string; }; }; export declare const encodeSdkOauthAction: (provider: string) => string;