export declare const createGqlNestedField: (field: String[], repetition: number, child_label?: string, remove_last_brace?: boolean) => string;
