import { CustomSubscriptionArguments } from './domain/shared/custom-subscription/types'; export declare function sortedStringify(obj: { [key: string]: any; } | undefined): string; export declare function makeCustomHookIdentifier(query?: string, variables?: object): string; export declare function makeCustomHookIdentifierFromArgs(args: CustomSubscriptionArguments): string;