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