export * as KindGuard from './kind';
export * as TypeGuard from './type';
export * as ValueGuard from './value';
