mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-11 08:42:42 +08:00
3 lines
134 B
TypeScript
3 lines
134 B
TypeScript
import { InternalSignOptions } from './types';
|
|
export declare function signWithSignTool(options: InternalSignOptions): Promise<void>;
|