export declare function validate_jwt(secret: string, jwt: string): boolean;
