export declare const LegacySortByEnum: { readonly UpdatedAt: "updatedAt"; readonly CreatedAt: "createdAt"; }; export type LegacySortByEnum = (typeof LegacySortByEnum)[keyof typeof LegacySortByEnum] | string;