/**
 * Utility for getting the resolved path to the package's runtime directory
 *
 * @returns the resolved path of the runtime directory
 */
export declare function getPackageRuntimeDirPath(): string;
