declare function shouldThrowError) => boolean>(throwError: boolean | T | undefined, params: Parameters): boolean; declare function noop(): void; export { noop, shouldThrowError };