export declare function findKarmaConfigFile(projectRoot: string, workspaceRoot: string): Promise<string | null>;
