import { SearchResult, RequestConfig } from "../core";
import { KplTaxon } from "./types";
export declare function search(query?: string, config?: RequestConfig): SearchResult<KplTaxon>;
export declare function lookup(id: string, config?: RequestConfig): Promise<KplTaxon>;
export * from "./types";
//# sourceMappingURL=index.d.ts.map