/**
 * Given an array of access requirement IDs, return the IDs sorted by the user's status, where
 * completed access requirements are shown first.
 * @param accessToken
 * @param requirementIds
 */
export declare const sortAccessRequirementsByCompletion: (accessToken: string | undefined, requirementIds: string[]) => Promise<string[]>;
/**
 * Determines if we can show ManagedACTAccessRequirement wiki content alongside the forms using a media query.
 * See SWC-6432.
 */
export declare function useCanShowManagedACTWikiInWizard(): boolean;
//# sourceMappingURL=AccessRequirementListUtils.d.ts.map