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