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