/** */ export declare function spin({ waitFor, text, }: { waitFor: () => Promise; text: string; }): Promise;