export type SystemSecuredStorageOptions = {
    directory: string;
    encryptionKey: string;
    ivKey: string;
};
