export declare type SwaggerBasePrivateProps = { _parent: TParent; _source: any; } & ObjectPrivateProps; export declare type ObjectPrivateProps = { uniqueID: string; };