import { z } from 'zod'; export declare const FabricTraceInput: z.ZodObject<{ branch: z.ZodString; traceId: z.ZodString; json: z.ZodOptional; }, z.core.$strip>; export declare const FabricTraceOutput: z.ZodObject<{ count: z.ZodNumber; }, z.core.$strip>; export declare const FabricTrace: import("../../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{ branch: string; traceId: string; json?: boolean | undefined; }, { count: number; }, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{ branch: string; traceId: string; json?: boolean | undefined; }, { count: number; }, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices> | import("../../../.pikku/pikku-types.gen.js").PikkuFunction<{ branch: string; traceId: string; json?: boolean | undefined; }, { count: number; }, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>;