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