import type { TypografRule } from '../../../main';
export declare const centuriesRule: TypografRule<{
    dash: string;
}>;
