export declare const manifests: { type: string; alias: string; name: string; element: () => Promise; weight: number; meta: { label: string; pathname: string; }; conditions: { alias: string; match: string; }[]; }[]; export declare const name = "Umbraco.Core.PublishCache"; export declare const extensions: { name: string; alias: string; type: string; js: { manifests: { type: string; alias: string; name: string; element: () => Promise; weight: number; meta: { label: string; pathname: string; }; conditions: { alias: string; match: string; }[]; }[]; }; }[];