
export const emailBurnerList: Set<string>;

export function isEmailBurner(email: string): boolean;