export declare function findClosestLinkedVercelDirectory(start: string): Promise<string | undefined>;
export declare function findClosestVercelOutputDirectory(start: string): Promise<string | undefined>;
