import { snowflake } from "../app.mjs"; import { AppAction } from "@keystrokehq/keystroke/app"; import { z } from "zod"; //#region src/actions/fetch-catalog-integration.d.ts declare const SnowflakeFetchCatalogIntegrationInput: z.ZodObject<{ name: z.ZodString; }, z.core.$strip>; declare const SnowflakeFetchCatalogIntegrationOutput: z.ZodObject<{ name: z.ZodOptional>; type: z.ZodOptional>; catalog: z.ZodOptional>; }, z.core.$loose>>>; comment: z.ZodOptional>; enabled: z.ZodOptional>; category: z.ZodOptional>; created_on: z.ZodOptional>; table_format: z.ZodOptional>; }, z.core.$loose>; declare const snowflakeFetchCatalogIntegration: AppAction; //#endregion export { snowflakeFetchCatalogIntegration }; //# sourceMappingURL=fetch-catalog-integration.d.mts.map