export declare const createDeployment: (projectName: string, projectHash: string, teamID: number, token: string, fileID: number) => Promise<any>;
