declare const _exports: { TemplateConfig: typeof import("./template-config").TemplateConfig; Source: typeof import("./source").Source; PartialConfig: typeof import("./partial-config").PartialConfig; LocalTemplate: typeof import("./local-template").LocalTemplate; LocalPartial: typeof import("./local-template").LocalPartial; Config: typeof import("./config").Config; }; export = _exports;