/**
 * Adds arbitrary data accessible through the "extensions" property to specified field, type, or handler.
 *
 * @publicApi
 */
export declare function Extensions(value: Record<string, unknown>): MethodDecorator & ClassDecorator & PropertyDecorator;
//# sourceMappingURL=extensions.decorator.d.ts.map