/** * Catapult REST Endpoints * OpenAPI Specification of catapult-rest * * The version of the OpenAPI document: 1.0.4 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Type of alias: * * 0 - No alias. * * 1 - Mosaic id alias. * * 2 - Addres alias. * * @export */ export declare const AliasTypeEnum: { readonly NUMBER_0: 0; readonly NUMBER_1: 1; readonly NUMBER_2: 2; }; export declare type AliasTypeEnum = typeof AliasTypeEnum[keyof typeof AliasTypeEnum]; export declare function instanceOfAliasTypeEnum(value: any): boolean; export declare function AliasTypeEnumFromJSON(json: any): AliasTypeEnum; export declare function AliasTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): AliasTypeEnum; export declare function AliasTypeEnumToJSON(value?: AliasTypeEnum | null): any; export declare function AliasTypeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): AliasTypeEnum;