export declare class LineService {
    private config;
    constructor(config: any);
    showConfig(): void;
}
