export declare const APP_KEY = "ICP";
export declare const SIGN_VALUES_P2: {
    DEFAULT: number;
    STAKE_TX: number;
};
export declare const PKLEN = 65;
export declare const ADDRLEN = 32;
export declare const PRINCIPAL_LEN = 29;
export declare const PREHASH_LEN = 43;
export declare const SIGRSLEN = 64;
