/** * Returns the componentTypeCount in Bytes needed for the provided GLSL Type in WebGL * @param type * @returns {any} */ export declare function map(type: string): number;