import { ClientAPI } from 'contentful-management';
export declare function deleteTestSpace(client: ClientAPI, spaceId: string): Promise<void>;
