smartrequest/dist/smartrequest.binaryrest.d.ts

3 lines
225 B
TypeScript

import * as interfaces from './smartrequest.interfaces';
export declare const getBinary: (domainArg: string, optionsArg?: interfaces.ISmartRequestOptions) => Promise<import("./smartrequest.request").extendedIncomingMessage>;