import { ApiLog } from 'src/api-logs/entities/api-log.entity';
export declare const isEmpty: (data: any) => boolean;
export declare const getLocalItem: (item: string) => string;
export declare const getCompleteUrl: (partialUrl: string) => string | null;
export declare const generateErrorLog: (error: Error) => ApiLog;
export declare const generateRandomString: (length: number) => string;
