import * as i from '../interfaces'; export declare function enumStringToValue(enumRef: any, value: string): E; export declare class FieldMask implements i.FieldMaskInterface { paths: string[]; static fromProto(proto: any): FieldMask; constructor(kwargs?: i.FieldMaskInterface); toApiJson(): object; }