export declare const packageRequire: NodeJS.Require; /** Resolves a file shipped by this package as a portable Vite module ID. */ export declare function resolvePackageFile(...segments: string[]): string; /** Resolves an unbundled browser runtime module from source in the workspace and from dist after publication. */ export declare function resolveRuntimeFile(modulePath: string): string;