import { z } from 'zod'; export declare const FabricDomainsRemoveInput: z.ZodObject<{ hostname: z.ZodString; apiUrl: z.ZodOptional; }, z.core.$strip>; export declare const FabricDomainsRemoveOutput: z.ZodObject<{ removed: z.ZodBoolean; }, z.core.$strip>; export declare const FabricDomainsRemove: import("../../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{ hostname: string; apiUrl?: string | undefined; }, { removed: boolean; }, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{ hostname: string; apiUrl?: string | undefined; }, { removed: boolean; }, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices> | import("../../../.pikku/pikku-types.gen.js").PikkuFunction<{ hostname: string; apiUrl?: string | undefined; }, { removed: boolean; }, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>;