type RestrictString = "A" | "E" | "C";
export declare function removeBracketsAndDot(str: string): string;
export declare function getRestrictFromSelector(selector: string): RestrictString;
export {};
