import { ActorDescriptorMap, Type } from './types'; /** * Returns the actor descriptors with MethodNum converted to number from string. * This conversion is necessary because JSON does not allow numerical object keys. * * Note: Using type assertion for `ActorDescriptorMap` here, because the JSON string * values of the `Type` property in `DataType` are incompatible with the `Type` enum. */ export declare const actorDescriptorMap: ActorDescriptorMap; export declare const emptyValue: { Type: Type; Name: string; Children: {}; }; //# sourceMappingURL=data.d.ts.map