export declare const manifests: ({ type: string; alias: string; name: string; kind?: undefined; weight?: undefined; meta?: undefined; conditions?: undefined; } | { type: string; kind: string; alias: string; name: string; weight: number; meta: { label: string; menu: string; }; conditions: { alias: string; match: string; }[]; })[];