declare const logInstance: { info: (textOrTitle: string, content?: string) => void; error: (textOrTitle: string, content?: string) => void; warning: (textOrTitle: string, content?: string) => void; success: (textOrTitle: string, content?: string) => void; picture: (url: string, scale?: number) => void; table: () => void; }; export default logInstance;