export default function resolveFixture(fixture: unknown): Promise<{ error: Error | undefined; output: string; }>;