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