export declare const runtimeConfig: {
  lstatSync: () => void;
  isFileReadStream(f: unknown): boolean;
  runtime: string;
};
