import type { Table } from "@webiny/db-dynamodb/toolbox.js"; import type { IApiKeyEntity, IRoleEntity, ITeamEntity } from "../../security/definitions/types.js"; export declare const createRoleEntity: (table: Table) => IRoleEntity; export declare const createTeamEntity: (table: Table) => ITeamEntity; export declare const createApiKeyEntity: (table: Table) => IApiKeyEntity;