export declare const extractIndexFieldNames: (gsi: {
    fields: string[];
}) => string[];
