import { Queryable } from "@pnp/queryable"; import { TimelinePipe } from "@pnp/core"; export interface INodeFetchProps { replace?: boolean; } export declare function NodeFetch(props?: INodeFetchProps): TimelinePipe; export interface INodeFetchWithRetryProps extends INodeFetchProps { retries?: number; interval?: number; } export declare function NodeFetchWithRetry(props?: INodeFetchWithRetryProps): TimelinePipe; //# sourceMappingURL=fetch.d.ts.map