/** * Resolve local output paths against the invoking CLI's current directory * before they are sent to the bridge. Absolute paths pass through unchanged. */ export declare function resolveOutputPath(filePath: string): string;