//#region src/clients/epo-ops.client.d.ts type EpoNumberFormat = "docdb" | "epodoc" | "original"; declare const epoSearchPatents: (query: string, range?: string) => Promise; declare const epoGetBiblio: (number: string, format?: EpoNumberFormat) => Promise; declare const epoGetAbstract: (number: string, format?: EpoNumberFormat) => Promise; declare const epoGetClaims: (number: string, format?: EpoNumberFormat) => Promise; declare const epoGetDescription: (number: string, format?: EpoNumberFormat) => Promise; declare const epoFamilyLookup: (number: string, format?: EpoNumberFormat) => Promise; declare const epoLegalStatus: (number: string, format?: EpoNumberFormat) => Promise; declare const epoNumberConvert: (number: string, inputFormat: EpoNumberFormat, outputFormat: EpoNumberFormat) => Promise; //#endregion export { epoFamilyLookup, epoGetAbstract, epoGetBiblio, epoGetClaims, epoGetDescription, epoLegalStatus, epoNumberConvert, epoSearchPatents }; //# sourceMappingURL=epo-ops.client.d.ts.map