import type { ISystemConfig } from './types';
export declare const Designer_GlobalRegister: {
    setSystemConfig(config: ISystemConfig): void;
    getSystemConfig(): ISystemConfig;
};
