/**
 * A Null implementation of the IndexBuffer.
 */
export class NullIndexBuffer {
    unlock(indexBuffer: any): void;
}
