import type { CredentialsProvider } from './CredentialsProvider';
export declare const saveInLocalStorageProvider: () => CredentialsProvider;
