/** Specifies customer attributes as the sort key to customer profiles returned from a search. */ export declare const CustomerSortField: { readonly Default: "DEFAULT"; readonly CreatedAt: "CREATED_AT"; }; export type CustomerSortField = (typeof CustomerSortField)[keyof typeof CustomerSortField];