export declare enum eMethodModifier { Public = "", Private = "private ", Async = "async ", PrivateAsync = "private async " }