import { TreeJsonResource } from "./model"; import { Condition } from "./util"; export declare function matchesPath(nameOrPath: string, resourcePath: string): boolean; export declare function createCfnTemplateResourceNameMatcher(resourcePath: string): Condition; export declare function createTreeJsonResourceNameMatcher(resourcePath: string): Condition; export declare function createTreeJsonResourceTypeMatcher(resourceType: string): Condition;