import { TRequestConfigs } from '../../configs'; declare function method(requestConfigs: TRequestConfigs, id: string): Promise<{ name: string; sortOrder: number; etag: string; id: string; projectId: string; modifiedTime: string; createdTime: string; }[]>; export declare const apiMethod: { method: typeof method; route: "/column/project/:id"; }; export {};