import { LintConfig } from'../types';
/**
* This function returns the number of lines the header spans upon.
* The file must start with "/*" and the header will finish with ⇙
*/exportdeclareconstgetHeaderLinesCount: (text: string, config: LintConfig) =>number;