import { SmartHint } from "./types"; export declare function pickSmartHintsFromAcceptFormats(hints: SmartHint[], instillAcceptFormats: string[]): SmartHint[]; export declare function isAllowedStringifyHint(hint: SmartHint): boolean; //# sourceMappingURL=pickSmartHintsFromAcceptFormats.d.ts.map