import { StructService } from 'ketcher-core';
export declare class IndigoProvider {
    static getIndigo(): StructService;
    static setIndigo(newIndigo: StructService): void;
}
