/**
 * Update an existing new mail signature from an HTML template
 * @param path the HTML template file path
 */
export declare const updateSignature: (name: string, path: string, mailDir?: string | undefined) => Promise<void>;
