/**
 * A Null implementation of the BindGroupFormat.
 *
 * @ignore
 */
export class NullBindGroupFormat {
    destroy(): void;
}
