import type { LookAtArgs } from "./types";
export declare function getMissingLookAtFilePath(error: unknown, args: LookAtArgs): string | null;
