export declare const handleCopy: (text: string | undefined) => Promise<{
    text: string;
    status: string;
    message: string;
}>;
