import { InteropioPluginOptions } from '../AdaptableOptions/InteropioPluginOptions';
/**
 * Provides run-time access to the Interopio Plugin
 */
export interface InteropioPluginApi {
    /**
     * Retrieves the InteropioPlugOptions provided in interopio Plugin
     */
    getPluginOptions(): InteropioPluginOptions;
}
