export declare const WfmSections: { readonly MySchedules: "my-schedules"; readonly Agents: "agents"; readonly Schedules: "schedules"; }; export type WfmSections = (typeof WfmSections)[keyof typeof WfmSections];