import { IModelDb } from "../../IModelDb";
interface TileContentRequestProps {
    treeId: string;
    contentId: string;
    guid: string;
}
export declare function getTileProps(iModel: IModelDb): Promise<TileContentRequestProps | undefined>;
export {};
//# sourceMappingURL=TileCache.test.d.ts.map