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