import { IDtoStrategy } from '../../../interface/class';
import { IDtoGenerateFactory } from '../../../interface/dto-generate-factory.interface';
import { EApiDtoType, EApiPropertyDateIdentifier, EApiPropertyDescribeType } from '../../../enum/decorator/api';
export declare const DTO_UTILITY_CONSTANT: {
    readonly DTO_STRATEGIES: Record<EApiDtoType, IDtoStrategy>;
    readonly INFRASTRUCTURE_TIMESTAMP_IDENTIFIERS: ReadonlyArray<EApiPropertyDateIdentifier>;
    readonly PROPERTY_DECORATOR_FACTORIES: Record<EApiPropertyDescribeType, IDtoGenerateFactory<unknown>>;
};
