import { NAMESPACE, TRNLICENSE } from "../components";
export type TRNSPACET = {
    namespace: NAMESPACE;
    replicense: TRNLICENSE;
};
