export declare enum QueryKey { SUI_COIN_BALANCE = "RAZOR_SUI_COIN_BALANCE", APTOS_COIN_BALANCE = "RAZOR_APTOS_COIN_BALANCE" } export declare function queryKey(key: string, opts: Record): string;