/// <reference types="node" />
import { lstatSync } from "fs";
/**
 * @internal
 */
export declare const ClientDefaultValues: {
    runtime: string;
    lstatSync: typeof lstatSync;
};
