declare const toScheduleDetailSortKeyType: (v: string) => "amount" | "memo" | "jePostingDate" | "runningBalance" | "postingStatus" | "jeLink"; export declare type ScheduleDetailSortKey = ReturnType; export {};