declare const _default: import("@agent-native/core").ActionDefinition<{ id: string; credentialKey?: string | undefined; value?: string | undefined; name?: string | undefined; provider?: string | null | undefined; description?: string | null | undefined; }, { id: string; ownerEmail: string; orgId: string | null; name: string; credentialKey: string; value: string; provider: string | null; description: string | null; createdBy: string; createdAt: number; updatedAt: number; }>; export default _default; //# sourceMappingURL=update-vault-secret.d.ts.map