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