export declare class LoadingError extends Error {
}
export declare function loadBinaryData(url: string): Promise<Uint8Array>;
