import { BaseDecoratorOptions } from '../types'; declare type PropertyHashParams = { length?: number; } & BaseDecoratorOptions; export declare function ApiPropertyHash({ isOptional, length, ...options }: PropertyHashParams): PropertyDecorator; export {};