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