import { z } from 'zod'; export declare const FabricLogsInput: z.ZodObject<{ branch: z.ZodOptional; deployment: z.ZodOptional; level: z.ZodOptional; since: z.ZodOptional; follow: z.ZodOptional; json: z.ZodOptional; }, z.core.$strip>; export declare const FabricLogsOutput: z.ZodObject<{ count: z.ZodNumber; }, z.core.$strip>; export declare const FabricLogs: import("../../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{ branch?: string | undefined; deployment?: string | undefined; level?: string | undefined; since?: string | undefined; follow?: boolean | undefined; json?: boolean | undefined; }, { count: number; }, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{ branch?: string | undefined; deployment?: string | undefined; level?: string | undefined; since?: string | undefined; follow?: boolean | undefined; json?: boolean | undefined; }, { count: number; }, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices> | import("../../../.pikku/pikku-types.gen.js").PikkuFunction<{ branch?: string | undefined; deployment?: string | undefined; level?: string | undefined; since?: string | undefined; follow?: boolean | undefined; json?: boolean | undefined; }, { count: number; }, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>;