export declare const joinQuery: (args: Record<string, unknown>) => string;
export declare const setCustomGlobal: (global: Record<string, any>) => void;
export declare const getGlobal: () => Record<string, any>;
