export declare function resolvePathsWithWildcards(params: {
    pathWithWildcards: string[];
}): string[];
