/** * Trims selectors to generate consistent hashes. */ export declare function trimSelector(selector: string): string;