export declare const VER_CATTLE = "v2";
export declare type ISignOpts = {
    nonce?: string;
    timestamp?: number | string;
    version?: 'v2';
};
