| 123456789 |
- export declare const convert: (request: any, options: {
- indentType: string;
- indentCount: string;
- includeBoilerplate?: boolean;
- followRedirect: boolean;
- trimRequestBody: boolean;
- requestTimeout: number;
- }, callback: Function) => any;
- export declare const getOptions: () => any[];
|