export declare const log: (message: string, type?: "error" | "warning" | "info", category?: string) => void;