export declare const mockInvoiceWebhookHeaders: {
    "paypal-transmission-id": string;
    "paypal-transmission-time": string;
    "paypal-cert-url": string;
    "paypal-auth-algo": string;
    "paypal-transmission-sig": string;
};
export declare const mockInvoiceWebhookId = "1X200851AC360471T";
export declare const mockInvoiceWebhookEventString = "{\"id\":\"WH-7DY07755ND361601N-9HP8009531439713D\",\"event_version\":\"1.0\",\"create_time\":\"2017-09-07T17:06:15.389Z\",\"resource_type\":\"invoices\",\"event_type\":\"INVOICING.INVOICE.CREATED\",\"summary\":\"An invoice has been created\",\"resource\":{\"invoice\":{\"id\":\"INV2-9BTP-HZQP-2P35-KZ92\",\"number\":\"test0042\",\"template_id\":\"TEMP-5ML62849WY523084R\",\"status\":\"DRAFT\",\"merchant_info\":{\"business_name\":\"testy\"},\"invoice_date\":\"2017-09-07 PDT\",\"tax_calculated_after_discount\":false,\"tax_inclusive\":false,\"total_amount\":{\"currency\":\"USD\",\"value\":\"0.00\"},\"metadata\":{\"created_date\":\"2017-09-07 10:05:49 PDT\"},\"links\":[{\"rel\":\"self\",\"href\":\"https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-9BTP-HZQP-2P35-KZ92\",\"method\":\"GET\"},{\"rel\":\"send\",\"href\":\"https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-9BTP-HZQP-2P35-KZ92/send\",\"method\":\"POST\"},{\"rel\":\"update\",\"href\":\"https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-9BTP-HZQP-2P35-KZ92/update\",\"method\":\"PUT\"},{\"rel\":\"delete\",\"href\":\"https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-9BTP-HZQP-2P35-KZ92\",\"method\":\"DELETE\"}]}},\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/notifications/webhooks-events/WH-7DY07755ND361601N-9HP8009531439713D\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/notifications/webhooks-events/WH-7DY07755ND361601N-9HP8009531439713D/resend\",\"rel\":\"resend\",\"method\":\"POST\"}]}";
export declare const mockInvoiceWebhookEvent: any;
