import { RRuleTemporal } from './index.cjs';
import '@js-temporal/polyfill';

declare function toText(input: RRuleTemporal | string, locale?: string): string;

export { toText };
