import type { LocalExtensionEntry, Scope, State } from "../types.js"; export declare const DISABLED_SUFFIX = ".disabled"; export declare function buildLocalExtensionEntry(options: { scope: Scope; state: State; activePath: string; disabledPath: string; displayName: string; }): Promise; export declare function probeExtensionFile(candidatePath: string, scope: Scope, displayName: string, options?: { allowAlternateState?: boolean; }): Promise; export declare function probeExtensionDirectory(directoryPath: string, scope: Scope, displayName: (entryPath: string) => string): Promise; export declare function shortenHomePath(filePath: string): string; //# sourceMappingURL=probe.d.ts.map