export declare const manifests: { type: string; alias: string; name: string; element: () => Promise; weight: number; meta: { label: string; pathname: string; }; conditions: { alias: string; match: string; }[]; }[];