export declare const CLOB_DOMAIN_NAME = "ClobAuthDomain";
export declare const CLOB_VERSION = "1";
export declare const MSG_TO_SIGN = "This message attests that I control the given wallet";
export declare const CLOB_DOMAIN: {
    name: string;
    version: string;
    chainId: number;
};
export declare const CLOB_TYPES: {
    ClobAuth: {
        name: string;
        type: string;
    }[];
};
