export declare const T = "t"; export declare const TEST = "test"; export declare const S = "s"; export declare const STYLE = "style"; export declare const OPTIONS: { T: string; TEST: string; S: string; STYLE: string; }; export declare const includeTest: (rawArgs: Array) => boolean; export declare const includeStyle: (rawArgs: Array) => boolean;