import { InternalType } from "../type";
/**
 *
 * @param value
 * @returns an internal representation of a string
 */
export default function createStr(value: string): InternalType;
