/**
 * Returns true when one path exists as a regular file.
 *
 * @private internal utility of `buildAgentsServer`
 */
export declare function isFile(path: string): Promise<boolean>;
