/// <reference types="node" />
import { Schema } from './types';
export declare function parser(buf: string | Buffer): Schema;
