import type { LoadOptions } from 'js-yaml'; import type { Plugin } from 'esbuild'; type YamlPluginOptions = { loadOptions?: LoadOptions; }; export declare const YamlLoader: (options?: YamlPluginOptions) => Plugin; export {}; //# sourceMappingURL=yaml-loader.d.ts.map