import { SelectionAny } from './internal';
export declare class SelectionAge extends SelectionAny {
    valueAsAge(): (import("../parse").ValueAge | null)[];
}
