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