import type { TypografRule } from '../../../main';
export declare const afterShortWordRule: TypografRule<{
    lengthShortWord: number;
    useShortWordList: boolean;
}>;
