import { JsonCustomConvert } from 'json2typescript';
/**
 * @category Internal
 */
export declare class SubPropertyOfConverter implements JsonCustomConvert<string[]> {
    serialize(subproperties: string[]): any;
    deserialize(items: any): string[];
}
//# sourceMappingURL=subproperty-of-converter.d.ts.map