import { AssertionFailed } from '../../../errors'; import { Result } from 'defekt'; declare const assertActualIsNotStartingWith: (actual: string, expected: string) => Result; export { assertActualIsNotStartingWith };