/**
 * Delete an existing mail signature @param name the name of the signature
 */
export declare const deleteSignature: (name: string, mailDir?: string | undefined) => Promise<void>;
