import { snowflake } from "../app.cjs"; import { AppAction } from "@keystrokehq/keystroke/app"; import { z } from "zod"; //#region src/actions/validate-credential.d.ts declare const SnowflakeValidateCredentialInput: z.ZodObject<{}, z.core.$strip>; declare const SnowflakeValidateCredentialOutput: z.ZodObject<{ message: z.ZodOptional>; is_valid: z.ZodNullable; session_id: z.ZodOptional>; }, z.core.$loose>; declare const snowflakeValidateCredential: AppAction; //#endregion export { snowflakeValidateCredential }; //# sourceMappingURL=validate-credential.d.cts.map