/** * Build and bundle sources. * @param {import('@chialab/rna-config-loader').EntrypointConfig} config * @returns {Promise} The esbuild bundle result. */ export function transform(config: import("@chialab/rna-config-loader").EntrypointConfig): Promise; export type TransformResult = import("@chialab/esbuild-rna").Result & { code: string; map?: string; };