export default function ({accessToken, space, output}: {
    accessToken: string;
    space: string;
    output: string;
}): Promise<void>;
