/**
 * A Null implementation of the VertexBuffer.
 *
 * @ignore
 */
export class NullVertexBuffer {
    destroy(device: any): void;
    unlock(vertexBuffer: any): void;
}
