export declare class DirectiveHelper { static getAllPureSelectors(): string[]; static checkSelectorMustHavePureValue(selector: string): boolean; static isNativeSelector(selector: string): boolean; static getNativesSelector(): string[]; }