export declare const clipBoard: (data: any) => Promise<{
    code: number;
    data?: any;
    err?: any;
}>;
