import type { PairInfo } from './types.js';
export declare function encodePair({ publicKey, secretKey }: PairInfo, passphrase?: string): Uint8Array;
