import type { RestEndpoint } from '../types';
export declare const getMany: RestEndpoint<'WorkflowsChangelog', 'getMany'>;
