export interface MlClipboardCore { copy(text: strin): Promise read(language: string): Promise<{ status: boolean content: string }> t(key: string, args: any): any } export const MaliClipboard: MlClipboardCore