export declareconstVERSION = "$_VERSION";
/**
* Prints out the version and renderer information for this running instance of PixiJS.
* @param type - The name of the renderer this instance is using.
* @returns {void}
*/
export declarefunctionsayHello(type: string): void;