import { Elysia } from 'elysia'; import type { EdenQueryStoreKey } from '../constraints'; import { type DataTransformerOptions } from '../links/internal/transformer'; import type { GenericElysiaPlugin } from './types'; /** * @fixme: * * TS 4118 The type of this node cannot be serialized because its property '[EdenQueryStoreKey]' cannot be serialized. * * Turn off declaration: true and declarationMap: true */ export declare function safeTransformPlugin(transformer: T): (elysia: Elysia) => Elysia; derive: {}; resolve: {}; }>; export declare function transformPlugin(transformer: DataTransformerOptions): GenericElysiaPlugin; //# sourceMappingURL=transform.d.ts.map