export declare const EMAIL_LAYOUT_SINGLETON_ID = "global"; export declare class EmailLayout { id: string; body: string; createdAt: Date; updatedAt: Date; }