import { Constructor } from '../../../../types/GlobalTypes';
export declare function AdvancedFolderParamConfig<TBase extends Constructor>(Base: TBase): {
    new (...args: any[]): {
        advanced: import("../../utils/params/ParamsConfig").ParamTemplate<import("../../../index_all").ParamType.FOLDER>;
    };
} & TBase;
