import { ReportDataType } from '@gogocj/types'; export declare function createErrorId(data: ReportDataType, apikey: string, maxDuplicateCount: number): number | null; export declare function sortObjByKey(obj: T): T; export declare function stringToObjAndOrder(reason: string): string; export declare function getRealPath(url: string): string; export declare function getFlutterRealOrigin(url: string): string; export declare function getFlutterRealPath(url: string): string; export declare function removeHashPath(url: string): string; export declare function hashCode(str: string): number; //# sourceMappingURL=errorId.d.ts.map