import type { Template } from './index.js';
export declare function toData(hex: string): string;
declare const template: Template;
export default template;
