import { MetaField } from './MetaField'; import { MetaOption } from './MetaOption'; /** * Represents a string stored in a meta file. */ export declare class StringMetaField extends MetaField { readonly type: StringConstructor; protected presets: MetaOption[]; getPresets(): MetaOption[]; setPresets(options: MetaOption[]): this; } //# sourceMappingURL=StringMetaField.d.ts.map