/** * Copyright © 2022 Anagog Ltd. All rights reserved. */ export declare class AnagogLogger { static info(message: string): void; static error(message: string): void; }