export declare const flushPromises: () => Promise; export declare const page: { openGradientSelect(): void; addBtn(): HTMLElement | null; saveBtn(): HTMLElement | null; deleteStopBtn(): HTMLElement | null; deleteBtn(): HTMLElement | null; editBtn(): HTMLElement | null; cancelBtn(): HTMLElement | null; setNameValue(value: string): void; getNameEditValue(): string; getTextOnSelect(): string; selectItemNamed(name: string): void; getStops(): HTMLDivElement[]; getStopValues(): { color: string; pos: number; }[]; clickStop(stopIndex: number): void; clickTrackAt(pos: number): void; getSelectOptions(): string[]; }; //# sourceMappingURL=pageHelpers.d.ts.map