/** * Parses, dereferences, and validates the given Swagger API. * @param api An OpenAPI definition, or the file path or URL of an OpenAPI definition. * @returns a Promise of an OpenAPI.Document */ export declare const parse: (api: string) => Promise;