export declare const deployPlan: import("#pikku").PikkuFunctionConfig<{ resultFile?: string; provider?: string; runtime?: string; debugArtifacts?: boolean; }, void, "rpc" | "session", import("#pikku").PikkuFunctionSessionless<{ resultFile?: string; provider?: string; runtime?: string; debugArtifacts?: boolean; }, void, "rpc" | "session", import("#pikku").WiredServices> | import("#pikku").PikkuFunction<{ resultFile?: string; provider?: string; runtime?: string; debugArtifacts?: boolean; }, void, "rpc" | "session", import("#pikku").WiredServices>, undefined, undefined>;