export declare const validateInputs: (inputs: Inputs) => void;
export type Inputs = readonly Input[];
type Input = readonly unknown[];
export {};
