export declare const NOTIFY_SECOND_OPEN_BRACKET_FOUND = 1; export declare const NOTIFY_SECOND_CLOSE_BRACKET_FOUND = 2; export declare const NOTIFY_IS_HELPER_SEQUENCE = 3; export declare const NOTIFY_IS_BLOCK_SEQUENCE = 4; export declare const NOTIFY_IS_DATA_SEQUENCE = 5; export declare const NOTIFY_IS_BLOCK_HELPER_SEQUENCE = 6; export declare const NOTIFY_IS_IF_BLOCK_SEQUENCE = 7; export declare const NOTIFY_IS_EACH_BLOCK_SEQUENCE = 8; export declare const NOTIFY_IS_WITH_SEQUENCE = 9; export declare const NOTIFY_PATH_RESULT = 10; export declare const NOTIFY_NAME_RESULT = 11; export declare const NOTIFY_ATTR_RESULT = 12; export declare const NOTIFY_BLOCK_END_RESULT = 13; export declare const NOTIFY_CONDITION_RESULT = 14;