export declare function sameProject(projectId: string): boolean; export declare function getRequestProjectId(projectId?: string): any; export declare function disableIssueEdit(projectId: string): boolean; export declare function disableDemandEdit(projectId: string): boolean;