import { LineType } from "../enums";
export declare const lineToVerbosity: {
    [key in LineType]: number;
};
