import { LexascmsSetupConfig } from './setupConfig';
export declare type LexascmsApiContext = {
    config: LexascmsSetupConfig;
};
