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