import { EndpointDecoratorMetadata } from '../../../../interfaces'; export declare const createTodo: EndpointDecoratorMetadata<{ body: 'title'; headers: 'Content-Type'; }>;