import type { Simctl } from '../simctl'; /** * Set the content of Simulator pasteboard. * It is required that Simulator is in _booted_ state. * * @since Xcode SDK 8.1 * @param content - The actual string content to be set. * @param encoding - The encoding of the given pasteboard content. * utf8 by default. * @throws {Error} If the corresponding simctl subcommand command * returns non-zero return code. * @throws {Error} If the `udid` instance property is unset */ export declare function setPasteboard(this: Simctl, content: string, encoding?: BufferEncoding): Promise; //# sourceMappingURL=pbcopy.d.ts.map