import type Load from './helpers/load.ts'; export default interface Registry { load: typeof Load; } //# sourceMappingURL=template-registry.d.ts.map