declare function assertString(input: any): asserts input is string;
export default assertString;
//# sourceMappingURL=assertString.d.ts.map