/** * Resolve the path of a package resource, from the package root * @param resourcePath The path of the resource * @returns The resolved path */ export declare function packageResourcePath(resourcePath: string): string;