import { Building } from "../Building";
export declare function buildBuildingOnClient(this: Building): Promise<void>;
