export default class ProxyDriver {
    static newSession(params: Record<string, unknown>, modifier: never, userPrototype: Record<string, PropertyDescriptor>, commandWrapper: VoidFunction | undefined): unknown;
}
