import { TRequestConfigs } from '../../configs'; declare function method(requestConfigs: TRequestConfigs): Promise<{ name: string; sortOrder: number; sortType: string | null; color: string; etag: string; id: string; modifiedTime: string; kind: string | null; viewMode: string | null; sortOption: { groupBy: string; orderBy: string; } | null; teamId: null; timeline: { sortType: string; sortOption: { groupBy: string; orderBy: string; }; range: null; } | null; isOwner: boolean; inAll: boolean; userCount: number; closed: null; muted: boolean; transferred: null; groupId: string | null; notificationOptions: any[] | null; permission: null; needAudit: boolean; openToTeam: boolean | null; teamMemberPermission: null; source: number; }[]>; export declare const apiMethod: { method: typeof method; route: "/projects"; }; export {};