import type { SafeString } from '@ember/template'; export default function (stringFunction: (input: string) => T): (args: [string | SafeString | undefined | null]) => T; //# sourceMappingURL=create-string-helper.d.ts.map