import type { TypeEncoder } from './encoder.js';
export declare const createYamlTypeEncoder: () => TypeEncoder;
