import * as i from '../interfaces'; export declare function enumStringToValue(enumRef: any, value: string): E; export declare class Currencies implements i.CurrenciesInterface { static fromProto(proto: any): Currencies; constructor(kwargs?: i.CurrenciesInterface); toApiJson(): object; } export declare class Frequencies implements i.FrequenciesInterface { static fromProto(proto: any): Frequencies; constructor(kwargs?: i.FrequenciesInterface); toApiJson(): object; }