export interface BoundsLiteral {
    east: number;
    north: number;
    south: number;
    west: number;
}
