import { InfoType, Optional } from '@sudobility/types'; interface InfoInterface { show(title: string, text: string, type: InfoType, interval?: Optional): void; } export { type InfoInterface, InfoType }; //# sourceMappingURL=info.d.ts.map