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