import ts from "typescript"; export declare function isActionType(type: ts.Type): boolean; export declare function isCompoundActionType(type: ts.Type): boolean; export declare function isProjectType(type: ts.Type): boolean; //# sourceMappingURL=type-guards.d.ts.map