import * as http from "node:http"; export declare function isNamedPipePath(socketPath: string): boolean; export declare function defaultDaemonRoot(): string; export declare function resolveSocketPath(socketPath: string | undefined, graftDir: string): string; export declare function ensurePrivateDirectory(dirPath: string): Promise; export declare function prepareSocketPath(socketPath: string): Promise; export declare function tightenSocketPermissions(socketPath: string): Promise; export declare function closeHttpServer(server: http.Server): Promise; //# sourceMappingURL=daemon-bootstrap.d.ts.map