import { PropertyDto } from './property-dto.interface';
import { FixtureOptions } from '../types/fixture-options.type';
export declare type ClassReflectionDto = PropertyDto<FixtureOptions>[];
