import { Typed } from './lib/typed.decorator';
import { TypedConfig } from './lib/typed.config';
import { checked } from './lib/checked.function';
export { Typed, TypedConfig, checked };
