export declare enum CallFlags { None = 0, ReadStates = 1, WriteStates = 2, AllowCall = 4, AllowNotify = 8, States = 3, ReadOnly = 5, All = 15 } export default CallFlags; //# sourceMappingURL=CallFlags.d.ts.map