/** * 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 fallback * on parsing the file as JSON. * @param input */ export declare function getOpenApiSpec(input: string): any;