/** * 常用的中断方式。 * @packageDocumentation */ export declare function maxTimes(n: number): () => boolean;