import { ValidationOptions } from 'class-validator';
export declare function IsLongitude(validationOptions?: ValidationOptions): PropertyDecorator;
