import { PropertyDefinition } from "../property-definition";
/**
 * DateTimeOffset property definition.
 */
export declare class DateTimeOffsetPropertyDefinition extends PropertyDefinition {
    constructor(name: string, init?: Omit<Partial<DateTimeOffsetPropertyDefinition>, "name">);
}
