/** * This is a precompile of the header for the JWT generated via: * ```ts * uint8ArrayToBase64( * stringToBytes(JSON.stringify(RAW_HEADER)), * ) * ``` */ export declare const PRECOMPILED_B64_ENCODED_JWT_HEADER = "eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9"; //# sourceMappingURL=jwt-header.d.ts.map