export declare const resolveFileUrl: ({ rootDirectory }: {
    rootDirectory: string;
}, filePath: string) => string;
