import type { TypeDecoder } from './decoder.js';
export declare const createYamlTypeDecoder: () => TypeDecoder;
