/** * @public * @deprecated Use `registerMswTestHooks` from `@backstage/test-utils` instead. */ export declare function setupRequestMockHandlers(worker: { listen: (t: any) => void; close: () => void; resetHandlers: () => void; }): void;