export interface IBank {
    readonly masterBankPath: string;
    readonly masterStringsBankPath: string;
}
export interface IManageEvents {
}
