export declare const cliHelp: import("../function/pikku-function-types.gen.js").PikkuFunctionConfig<{ args?: string[]; }, { help: string; }, "rpc" | "session", import("../function/pikku-function-types.gen.js").PikkuFunctionSessionless<{ args?: string[]; }, { help: string; }, "rpc" | "session", import("../function/pikku-function-types.gen.js").WiredServices> | import("../function/pikku-function-types.gen.js").PikkuFunction<{ args?: string[]; }, { help: string; }, "rpc" | "session", import("../function/pikku-function-types.gen.js").WiredServices>, undefined, undefined>; export declare const cliRaw: import("../function/pikku-function-types.gen.js").PikkuFunctionConfig<{ args: string[]; }, { help?: string; result?: unknown; error?: string; }, "rpc" | "session", import("../function/pikku-function-types.gen.js").PikkuFunctionSessionless<{ args: string[]; }, { help?: string; result?: unknown; error?: string; }, "rpc" | "session", import("../function/pikku-function-types.gen.js").WiredServices> | import("../function/pikku-function-types.gen.js").PikkuFunction<{ args: string[]; }, { help?: string; result?: unknown; error?: string; }, "rpc" | "session", import("../function/pikku-function-types.gen.js").WiredServices>, undefined, undefined>;