export type response = { data: string; }; declare const _default: (sourcePath: string, authToken: string) => Promise; export default _default;