/**
 * @public
 */
declare const schema: any;
export { schema };
export { GXComplianceClient } from './agent/GXComplianceClient';
export * from './types';
export * from './agent';
export * from './utils';
//# sourceMappingURL=index.d.ts.map