import type { Type } from '../interfaces'; export declare function createPropertyDecorator = any>(metakey: string, metadata: T): PropertyDecorator; export declare function createMixedDecorator(metakey: string, metadata: T): ClassDecorator & MethodDecorator; export declare function createParamDecorator = any>(metadata: T, initial: Partial): MethodDecorator; export declare function getTypeIsArrayTuple(input: Type | undefined | string | Record, isArrayFlag: boolean): [Type | undefined | string | Record, boolean]; export declare function getSchemaPath(clzz: Type | string): string; //# sourceMappingURL=helpers.d.ts.map