export interface Validation = []> { validate(...args: Args): Error | null; }