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