export declare const Quote = "\""; export declare const Apostrophe = "'"; export declare const At = "@"; export declare const AtQuote: string; export declare const AtApostrophe: string; export declare const AtAt: string; export declare const AtParenthesis: string; export declare const AtBrace: string; export declare const EscapeBrace: string; export declare const AtBracket: string; export declare const AtStar: string; export declare const LineFeed1 = "\n"; export declare const LineFeed2 = "\r\n"; export declare const LineFeed3 = "\r"; export declare const If: string; export declare const Else = "else"; export declare const For: string; export declare const Foreach: string; export declare const Define: string; export declare const Import: string; export declare const Using: string;