export declare const ATTR_CACHE_MAP = "data-ant-cssinjs-cache-path"; export declare const CSS_FILE_STYLE = "_FILE_STYLE__"; export declare function serialize(cachePathMap: Record): string; export declare function reset(mockCache?: Record, fromFile?: boolean): void; export declare function prepare(): void; export declare function existPath(path: string): boolean; export declare function getStyleAndHash(path: string): [style: string | null, hash: string];