/**
 * AdsConsentDebugGeography enum.
 *
 * Used to set a mock location when testing the `AdsConsent` helper.
 */
export declare enum AdsConsentDebugGeography {
    /**
     * Disable any debug geography.
     */
    DISABLED = 0,
    /**
     * Sets the location to within the EEA.
     */
    EEA = 1,
    /**
     * Sets the location to outside of the EEA.
     */
    NOT_EEA = 2
}
//# sourceMappingURL=AdsConsentDebugGeography.d.ts.map