import type { Output } from "./output";
export declare const shimmerFrame: (text: string, offset: number) => string;
export declare const playShimmer: (text: string, frameInterval?: number, out?: Output, prefix?: string, suffix?: string, isTTY?: boolean) => void;
