import { TTypedArrays } from '@pashoo2/typed-array-utils'; export declare type TEncryptionKeyStoreFormatType = string | ArrayBuffer | JsonWebKey | TTypedArrays;