namespace _mimir.transfer { /** */ export type type_logic = { execute : ( ( name : string, stamp : string, directory : string ) => Array ); }; }