import { type Manifest } from '../../../../webpack-types';
export declare function action(context: string, manifest: Manifest): string | string[] | undefined;
