/** The layer that the user's decision came from */
export declare const enum TCF_DECISION_UI_LAYER {
    FIRST_LAYER = 1,
    SECOND_LAYER = 2
}
