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