import { BaseDecoratorOptions } from '../types'; declare type PropertyIdParams = { each?: boolean; } & BaseDecoratorOptions; export declare function ApiPropertyId(options?: PropertyIdParams): PropertyDecorator; export {};