import wkx from 'wkx';
import { Envelope } from './envelope';
export declare class EnvelopeBuilder {
    static buildEnvelopeWithGeometry(wkbGeometry: wkx.Geometry): Envelope;
}
