export declare const info: (code: string, message: string) => void; export declare const warn: (code: string, message: string) => void; export declare const risk: (code: string, message: string) => void;