export declare class Plogger {
    info(message: string): void;
    error(message: string): void;
}
