import { Argument, ArgumentType } from "./types"; export declare function validate(value: ArgumentType, raw: string, argument: Argument): void; export declare function arrayify(value: T | Array | ReadonlyArray): Array;