interface SugAddOptions { INCR?: true; PAYLOAD?: string; } export declare function transformArguments(key: string, string: string, score: number, options?: SugAddOptions): Array; export declare function transformReply(): number; export {};