import { QueryLoadingResource } from "../../models/query-loading-resource"; import { EntityLoadOption } from "./entity-load-option"; export declare class ScrollRequest extends QueryLoadingResource { scrollId: string; scrollTime: Date; entityLoadOptions: EntityLoadOption; }