export type ICopyText = (text: string, showToast?: boolean) => Promise<void>;
