declare const warn: (msg: string) => void; declare const error: (msg: string) => void; export { warn, error, };