export default class StringProvider { readonly theString: string; constructor(theString?: string); } //# sourceMappingURL=StringProvider.d.ts.map