import { Option } from './oembed';
declare const textReplace: (textString: string, options?: Option) => Promise<string>;
export { textReplace };
//# sourceMappingURL=textReplace.d.ts.map