export declare const bundlerList: string[];
export type Bundler = (typeof bundlerList)[number];
