/** * Add useful methods directly to selector function, as well as put an rgbString() call at the end * @param selector */ export declare const decorateSelector: (selector: any) => any;