export declare const FIND_UP_GLOBAL_CONFIG: { maxStepsBack: number; }; export declare function findUp(start: string, target: string, boundaryArg?: { boundary: string; inclusive: boolean; }): null | string;