export declare function initCommonConfig(app: {
    config: {
        devtools: boolean;
    };
}): void;
