/** * A Null implementation of the BindGroup. * * @ignore */ export class NullBindGroup { update(bindGroup: any): void; destroy(): void; }