import { Bytes } from '../../utils/bytes/bytes'; export declare const ANY_VALID_PRIV_KEY: Bytes; export declare const ANY_INVALID_PRIV_KEY: Bytes; export declare const ANY_VALID_KEY_PAIR: { privKey: Bytes; pubKey: Bytes; compressedPubKey: Bytes; }; //# sourceMappingURL=crypto.d.ts.map