import type { WebAPICallResult } from '../../WebClient';
export type GroupsCloseResponse = WebAPICallResult & {
    error?: string;
    needed?: string;
    ok?: boolean;
    provided?: string;
};
//# sourceMappingURL=GroupsCloseResponse.d.ts.map