import { TBinaryIn, TPublicKey, TPrivateKey } from './interface'; export declare const isPublicKey: (val: any) => val is TPublicKey; export declare const isPrivateKey: (val: any) => val is TPrivateKey;