export interface IBillEnum { } export interface IBillType { } export interface IWhitelist { } export default class ControllerState { }