/** * Fetch a case id from the USPTO Patent Public Search: https://ppubs.uspto.gov/pubwebapp/ * This is used for later search and patent fetch calls. * @returns {Promise} resolves to caseId or rejects with error */ export declare function fetchCaseId(): Promise;