import { TokensInterface } from '../interfaces'; export declare const getAuthSWRKey: (tokens: TokensInterface | undefined, key: string) => string; export declare const getAuthTrueSWRKey: (key: string) => string; export declare const getPaginationCollectionsKey: (pageNo: number, pageSize: number, spaceId: number | undefined, status: number[] | undefined) => string;