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