import { Template } from '@fabrix/spool-email';
export declare class Customer extends Template {
    retarget(customer: any): string;
}
