import type { Schedule } from './scheduleMaker.js';
export interface TextScheduleOptions {
    csv?: boolean;
    privacyOff?: boolean;
    interval?: string;
    stripAnsi?: boolean;
}
export declare function textSchedule(schedule: Schedule, options?: TextScheduleOptions): string;
//# sourceMappingURL=textSchedule.d.ts.map