type Manifest = Record; export declare function action(context: string, manifest: Manifest): string | string[] | undefined; export {};