import { z } from "zod"; import Database from "better-sqlite3"; export declare const getPriceSchema: z.ZodObject<{ condition_id: z.ZodOptional; show_positions: z.ZodDefault>; }, z.core.$strip>; export declare function handleGetPrice(db: Database.Database, input: z.infer): Promise; //# sourceMappingURL=get-price.d.ts.map