declare const getEntities: (type: string) => Promise<void>;
export default getEntities;
