export declare const $APIImport: { properties: { source: { type: string; }; id: { type: string; maxLength: number; minLength: number; pattern: string; }; overwrite: { type: string; isRequired: boolean; }; }; };