declare const _default: import("@agent-native/core").ActionDefinition, { links: { id: string; ownerEmail: string; orgId: string | null; platform: string; externalUserId: string; externalUserName: string | null; linkedBy: string; createdAt: number; updatedAt: number; }[]; tokens: { id: string; token: string; ownerEmail: string; orgId: string | null; platform: string; createdBy: string; expiresAt: number; claimedAt: number | null; claimedByExternalUserId: string | null; claimedByExternalUserName: string | null; createdAt: number; updatedAt: number; }[]; }>; export default _default; //# sourceMappingURL=list-linked-identities.d.ts.map