import { TimelinePipe } from "@pnp/core"; import { Queryable } from "../queryable.js"; /** * Behavior that will cause a timeout in the request after the specified milliseconds * * @param timeout Number of milliseconds to set the timeout */ export declare function Timeout(timeout: number): TimelinePipe; //# sourceMappingURL=timeout.d.ts.map