export { ShardAuthClient } from './shard-auth-client';
export { SecureStorage } from './secure-storage';
export { ShareNotFoundError, SignatureSessionError, SignatureGenerationError, NetworkError, AuthenticationError } from './errors';
export type { HttpMethod, HttpRequestOptions, RetryPolicy, HttpResponse, ShareData, EncryptedShareData } from './types';
export { secureZeroMemory, secureCompare, calculateBackoff, withTimeout } from './utils';
//# sourceMappingURL=index.d.ts.map