6 lines
297 B
TypeScript
6 lines
297 B
TypeScript
|
|
export declare function getAstGrepPath(): Promise<string | null>;
|
||
|
|
export declare function startBackgroundInit(): void;
|
||
|
|
export declare function isCliAvailable(): boolean;
|
||
|
|
export declare function ensureCliAvailable(): Promise<boolean>;
|
||
|
|
export declare function getResolvedSgCliPath(): string | null;
|