import type { TypografRule } from '../../../main';
export declare const beforeShortLastNumberRule: TypografRule<{
    lengthLastNumber: number;
}>;
