/**
 * Returns an object with the checkbox status of all purposes.
 */
export declare function getAllCheckboxes(): {
    [key: string]: boolean;
};
