import type { Constructor } from 'clone-class'; declare const validationMixin: >(mixinBase: MixinBase) => () => { new (...args: any[]): {}; valid: (o: any) => o is T; validInstance: (target: any) => target is InstanceType; validInterface: (target: any) => target is T; } & MixinBase; export { validationMixin, }; //# sourceMappingURL=validation.d.ts.map