export declare class CoreFeaturesController {
    static urlParams(): URLSearchParams;
    static urlParam(paramName: string): string | null;
    static noAssemblers(): boolean;
    static debugLoadProgress(): boolean;
    static testBatchId(): number;
}
