export class NullDriver extends AbstractDriver {
    constructor(options?: {});
}

import {AbstractDriver} from './index.js'
