export declare const JiessResolver: (from: string) => (name: string) => {
    name: string;
    from: string;
} | undefined;
