import { type Matrix, type MatrixInput } from './matrix-utils.ts';
export declare const buildServerMatrix: (matrix?: MatrixInput) => Matrix;
export declare const buildServerSamples: (commonConfig?: Record<string, unknown>, matrix?: Record<string, unknown>) => Record<string, Record<string, unknown>>;
