export type UmbDirectionType = 'Ascending' | 'Descending'; export declare const UmbDirection: Readonly<{ ASCENDING: "Ascending"; DESCENDING: "Descending"; }>;