export declare const SINGLE_LINE_BOILERPLATE_SIZE = 5; export declare const MULTILINE_BOILERPLATE_SIZE = 2; export declare const FIRST_LINE_BOILERPLATE_SIZE = 3; export declare function getBoilerPlateSize(commentLines: string[]): number; //# sourceMappingURL=util.boilerplate-size.d.ts.map