import { DimoEnvironment } from '../../environments'; export declare const signChallenge: (input: { message: string; private_key: string; }, env: keyof typeof DimoEnvironment) => Promise;