export declare function withLoadProgress<T>(loadTarget: Promise<T>): Promise<T>;
