import { Parser, Printer } from "../index.js"; export declare const parsers: { yaml: Parser; }; export declare const printers: { yaml: Printer; };