import { AssertionFailed } from '../../errors'; import { Result } from 'defekt'; declare const assertFunctionIsNotThrowing: (actual: (...args: any[]) => any, expected?: string | RegExp | ((ex: TError) => boolean) | undefined) => Result; export { assertFunctionIsNotThrowing };