import { z } from "zod"; //#region src/actions/get-api-key.d.ts declare const ExaGetApiKeyInput: z.ZodTypeAny; declare const ExaGetApiKeyOutput: z.ZodTypeAny; declare const exaGetApiKey: import("@keystrokehq/action").WorkflowActionDefinition, readonly [import("@keystrokehq/shared").Credential]>; //#endregion export { exaGetApiKey }; //# sourceMappingURL=get-api-key.d.mts.map