/** Resolve the pattern to absolute with POSIX path separator. */ export declare function resolveRequest(pattern: string, context?: string): string;