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