export declare const findFileFromStack: (stack: string | undefined, options?: { skipInternal?: boolean; }) => string;