export declare const manifests: { type: string; alias: string; name: string; api: () => Promise; meta: { label: string; icon: string; }; }[];