export declare function fastFile(projectPath: string): string | null;
export declare function addSentryToFastlane(projectPath: string, org: string, project: string): Promise<boolean>;
