/**
 * @internal
 */
export declare const runtimeConfigShared: {
    lstatSync: () => void;
    isFileReadStream(f: unknown): boolean;
};
