import { Type } from './types.js';
/**
 * The `sprite_get_info()` native function returns a struct that is
 * not defined in the spec but has documentation. This function creates
 * that struct.
 */
export declare function addSpriteInfoStruct(globalTypes: Map<string, Type>): void;
//# sourceMappingURL=types.sprites.d.ts.map