export type IResolve = (value: any) => void; export type IReject = any; //# sourceMappingURL=common.interfaces.d.ts.map