export declare const vendorStockLocationFields: string[]; export declare const vendorStockLocationQueryConfig: { list: { defaults: string[]; isList: boolean; }; retrieve: { defaults: string[]; isList: boolean; }; };