import TestField from './TestField';
export default interface TestFields {
    test_field: TestField[];
}
//# sourceMappingURL=TestFields.d.ts.map