/**
 * Webpack Builder schema for Architect.
 */
export interface Schema {
    /**
     * The path to the Webpack configuration file.
     */
    webpackConfig: string;
}