declare function booleanProperty(): (target: any, key: string) => void;
export { booleanProperty as BooleanProperty };
