export declare const logger: {
    debug: (input: string) => void;
    warn: (input: string) => void;
};
