export declare const RELATIVITY_OPTIONS: {
    label: string;
    value: string;
}[];
export declare const THIS_RELATIVITY = "this";
export declare const PREVIOUS_RELATIVITY = "previous";
