export declare const webpack: (_: any, options: any) => Promise<import("webpack").Configuration>;
export declare const entries: (_: any, options: any) => Promise<string[]>;
