/** * @typedef {import('esbuild').Metafile} Metafile */ /** * Build and bundle sources. * @param {import('@chialab/rna-config-loader').EntrypointConfig} config * @returns {Promise} The esbuild bundle result. */ export function build(config: import("@chialab/rna-config-loader").EntrypointConfig): Promise; export type Metafile = import("esbuild").Metafile;