export declare const schema: { name: string; pin: boolean; plaintext: boolean; mill: string; opts: {}; json_schema: {}; links: { thumb: { use: string; pin: boolean; plaintext: boolean; mill: string; opts: { quality: string; width: string; }; json_schema: {}; }; large: { use: string; pin: boolean; plaintext: boolean; mill: string; opts: { quality: string; width: string; }; json_schema: {}; }; small: { use: string; pin: boolean; plaintext: boolean; mill: string; opts: { quality: string; width: string; }; json_schema: {}; }; }; };