import { ExposeOptions } from 'class-transformer-global-storage'; export declare function ExposeNested(options?: ExposeOptions & { default: any; }): (target: any, propertyKey: string) => void;