/** Resolve an installed package asset from either src/shared or dist/shared. */ export declare function packageRoot(): string; export declare function packagePath(...segments: string[]): string;