import { Secret } from './index.js';
export declare const parseSecret: (secret: string | Uint8Array) => Secret;
