UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

4 lines (3 loc) 230 B
export declare function setPrivateKey(key: string | undefined, passphrase: string | undefined): void; export declare function writePrivateKey(): Promise<void>; export declare function configSigningKey(cwd: string): Promise<void>;