/** * 小程序粘贴 * * @param {string} text 待复制的文本 * @returns {Promise} * @example * * ```ts * clipboardMp('stupid').then(() => {}); * ``` */ export declare function clipboardMp(text: string): Promise;