import { ValkeyCommandArguments } from ".";
interface FunctionLoadOptions {
    REPLACE?: boolean;
}
export declare function transformArguments(code: string, options?: FunctionLoadOptions): ValkeyCommandArguments;
export declare function transformReply(): string;
export {};
