/** * Load and parse te open api spec. If the file extension is ".yml" or ".yaml" * we will try to parse the file as a YAML spec, otherwise we will fall back * on parsing the file as JSON. * @param location: Path or url */ export declare const getOpenApiSpec: (location: string) => Promise;