/**
 * Webpack Dev-Server Builder schema for Architect.
 */
export type Schema = {
    /**
     * The path to the Webpack configuration file.
     */
    webpackConfig: string;
};
