export declare const createWaasClientSecureStorage: () => { getClientKeyShare: (accountAddress: string) => Promise; removeClientKeyShare: (accountAddress: string) => Promise; setClientKeyShare: (accountAddress: string, shares: unknown[]) => Promise; };