6 lines
198 B
TypeScript
6 lines
198 B
TypeScript
export declare function resolveFilePath(rootDirectory: string, path: string): string | null;
|
|
export declare function findAgentsMdUp(input: {
|
|
startDir: string;
|
|
rootDir: string;
|
|
}): string[];
|