import RpcMethodTypeWithFiltersAndRenameRegions from '@jbrowse/core/pluggableElementTypes/RpcMethodTypeWithFiltersAndRenameRegions';
import type { GetScoreMatrixArgs } from './types.ts';
export declare class MultiWiggleClusterScoreMatrix extends RpcMethodTypeWithFiltersAndRenameRegions {
    name: string;
    execute(args: GetScoreMatrixArgs, rpcDriverClassName: string): Promise<{
        order: number[];
        tree: string;
    }>;
}
