import { RDKitProviderCacheOptions } from '../../contexts';
export declare const initRdkit: ({ rdkitPath, preferCoordgen, removeHs, kekulize, cache }: InitWorkerOptions) => Promise<void>;
interface InitWorkerOptions {
    preferCoordgen: boolean;
    removeHs: boolean;
    kekulize: boolean;
    cache?: RDKitProviderCacheOptions;
    rdkitPath?: string;
}
export {};
