export declare type Assertions> = { [K in keyof S]: string; }; export declare function validateArguments>(args: S, assertions: Assertions): void; //# sourceMappingURL=validateArgument.d.ts.map