import { NgxAmapConfig } from '../ngx-amap-config';
export declare class DebugLoggerService {
    private config;
    debugTags: string[];
    debugAll: boolean;
    constructor(config?: NgxAmapConfig);
    i(...args: any[]): void;
    e(...args: any[]): void;
    w(...args: any[]): void;
    d(tag: string, ...args: any[]): void;
}
