/** * * Creates a webpack compiler and runs the devServer * * @param {String[]} args - args processed from the CLI * @returns {Function} invokes the devServer API */ export default function serve(...args: string[]): void;