export declare function exec<T>(exp: string): T | null;
