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>;
