import type { GraphqlQuotaWarning } from "./types.mts"; export declare function buildQuotaAwareContinuation(warning: GraphqlQuotaWarning, prefix: string): string;