import { BmbyEntity } from "./BmbyEntity"; export declare class Agency extends BmbyEntity { constructor(); agencyId: string; agencyName: string; }