/// import { IParseResult, IXyoObjectSchema } from '../@types'; export declare function parse(src: Buffer, schema: IXyoObjectSchema): IParseResult; //# sourceMappingURL=parse.d.ts.map