/**
 * Returns a list of formats.
 * Creates a temporary WebGLRenderingContext if none is provided.
 *
 * @param gl - Optional context.
 */
export declare function getSupportedGPUTextureFormats(gl?: WebGLRenderingContext): Set<string>;
//# sourceMappingURL=texture-formats.d.ts.map