import { AuthServerTx } from '@lit-protocol/types'; export declare const handleAuthServerRequest: (params: { serverUrl: string; path: "/pkp/mint"; body: any; jobName: string; headers?: Record; }) => Promise>;