import { ExoLogWarn } from '../../accessories/ExoLogWarn'; export declare const exoAliasErrors: { noFallbackSupport: (alias: string, paths: string[]) => ExoLogWarn; unsupported: (alias: string, path: string) => ExoLogWarn; };