export type ConfigProps = {
    /**
     * Enable libsodium support
     * @default false
     */
    sodiumEnabled?: boolean;
};
//# sourceMappingURL=@types.d.ts.map