export declare function getRunScriptTemplate(orgSlug: string, projectSlug: string, uploadSource: boolean, includeHomebrewPath: boolean): string; export declare const scriptInputPath = "\"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}\""; export declare function getSwiftSnippet(dsn: string, enableLogs: boolean): string; export declare function getObjcSnippet(dsn: string, enableLogs: boolean): string; export declare function getFastlaneSnippet(org: string, project: string): string;