/**
 * Stop sending update notifications for a pass on a device.
 * @see https://developer.apple.com/documentation/walletpasses/unregister_a_pass_for_update_notifications
 */
export declare const UnregisterEndpoint: {
    method: "DELETE";
    path: "/v1/devices/:deviceLibraryIdentifier/registrations/:passTypeIdentifier/:serialNumber";
    params: ["deviceLibraryIdentifier", "passTypeIdentifier", "serialNumber"];
    toString(): "DELETE /v1/devices/:deviceLibraryIdentifier/registrations/:passTypeIdentifier/:serialNumber";
};
export type UnregisterParams = (typeof UnregisterEndpoint)["params"];
//# sourceMappingURL=unregister.d.ts.map