export declare function readTestCases(directory: string): Promise<{ id: string; input?: string; output?: string; fileInputPath?: string; fileOutputPath?: string; }[] & { shared?: { fileInputPath?: string; }; }>;