declare const errorMessage: (str: string) => void; declare const infoMessage: (str: string) => void; export { errorMessage, infoMessage };