import { ConverterOptions } from './converter'; import { Postman, Request } from '@har-sdk/core'; export * from './parser/errors'; export declare const postman2har: (collection: Postman.Document, options?: ConverterOptions) => Promise;