/// import { Params } from "../types"; export declare const Binary: { create: typeof create; }; declare function create(params: Params): Buffer; export {}; //# sourceMappingURL=binary.d.ts.map