import { KeystrokeApp } from "@keystrokehq/keystroke/app"; import { z } from "zod"; //#region src/app.d.ts declare const credential: { accessToken: z.ZodString; }; declare const snowflake: KeystrokeApp<"snowflake", typeof credential>; //#endregion export { snowflake }; //# sourceMappingURL=app.d.mts.map