import { Payload } from "../prompts.js";
export declare const getPayload: (includeInit?: boolean) => Payload;
