export declare function loadManifest(path: string, shouldCache?: boolean): unknown;
export declare function evalManifest(path: string, shouldCache?: boolean): unknown;
export declare function clearManifestCache(path: string): boolean;
