/**
 * Returns information about the platform this function is being run on.
 * @internal
 */
export declare function getPlatformInfo(): string;
/**
 * Returns information about Node.js this function is being run on.
 * @internal
 */
export declare function getFrameworkInfo(): string;
//# sourceMappingURL=runtimeInfo.d.ts.map