export declare function signParams(secret: string, params: Record<string, string>, type?: string): string;
