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