import { Entity } from '@jupiterone/integration-sdk-core'; import { WhitehatCurrentUser } from '../../types'; export declare function createAccountEntity(data: WhitehatCurrentUser): Entity;