import { BaseDecoratorOptions } from '../types'; declare type PropertyBigintParams = BaseDecoratorOptions; export declare function ApiPropertyBigint(params?: PropertyBigintParams): PropertyDecorator; export {};