/** * scroll to the selector within the parent selector by scrolling 10 times within 500ms * @param selector * @param parentSelector */ export declare function scrollTo(selector: string, parentSelector?: string, horizontal?: boolean, distance?: number): void;