import Runner from '../../runner'; import { Workspace } from '../../workspace'; export declare function cleanGraphQLDocumentTypes(workspace: Workspace): void; export declare function cleanGraphQLSchemaTypes(workspace: Workspace): void; export default function cleanGraphQLTypeScriptDefinitions(workspace: Workspace, runner: Runner): void;