import { HttpMethod } from '../../../shared/http/http-method'; export declare const signRequest: (apiSecret: string, timestamp: number, httpMethod: keyof typeof HttpMethod, path: string, body?: string) => string;