import { StripeEzConfig } from '../config/schema.js'; export interface BannerOptions { enabled?: boolean; animate?: boolean; } export declare function showBanner(options?: BannerOptions): Promise; export declare function showSummary(config: StripeEzConfig): void; export declare function warn(message: string): void; export declare function success(message: string): void;