import { TimelinePipe } from "@pnp/core"; /** * * @param otherHeaders Optional list of additional headers to log from the response * @returns A timeline pipe */ export declare function DebugHeaders(otherHeaders?: string[]): TimelinePipe; //# sourceMappingURL=debug-headers.d.ts.map