/** * Checks if path is the same as or a child path of base. * * @public */ export declare function isChildPath(base: string, path: string): boolean;