export declare class KalshiAuth { private apiKey; private privateKeyPem; constructor(apiKey: string, privateKeyPem: string); private signPssText; generateAuthHeaders(method: string, path: string): Record; }