import { IPromiseObject } from "./tiles/types";
export declare function waitTiles(promisesStorage: IPromiseObject): Promise<any>;
