export declare const isQueryParamExists: (param: string) => boolean;
export declare const getQueryParam: (param: string) => string | null;
export declare const isTransferTokenExists: () => boolean;
export declare const shouldSkipCamCheck: () => boolean;
