export declare class LocalSourceError extends Error { constructor(message: string); } /** * Resolve a path: source to an absolute directory. * The path is relative to the project root. */ export declare function resolveLocalSource(projectRoot: string, relativePath: string): Promise; //# sourceMappingURL=local.d.ts.map