import { lstatSync } from "fs";
export declare const ClientDefaultValues: {
  runtime: string;
  lstatSync: typeof lstatSync;
};
