export declare function getStylelintLinebreaksRules(value?: string): {
    linebreaks?: undefined;
} | {
    linebreaks: string;
};
