/** * Create a new BitTorrent task in Motrix. * * @returns Motrix new BitTorrent task URL. * @example * newBtTask() * // => 'motrix://new-bt-task' * @link https://github.com/agalwood/Motrix/blob/7012040fec926e16fe8f6c403cf038527f5c18b9/src/main/configs/protocol.js */ export declare function newBtTask(): string;