export declare const consts: {
    CONTEXT_ERROR_MESSAGE: string;
    UNFOUND_POPUP: (key: string) => string;
};
