import { INotificationData } from './pushover'; export interface IResponse { headers: any; data: string; statusCode: number; } declare const _default: { get: (options?: any) => Promise; post: (options: any, postData: INotificationData | any) => Promise; }; export default _default; //# sourceMappingURL=request.d.ts.map