/**
 * Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info.
 *
 * @author Alexander Rose <alexander.rose@weirdbyte.de>
 * @author Sebastian Bittrich <sebastian.bittrich@rcsb.org>
 */
import { DSSPContext } from './common.js';
/**
 * sheet=: set of one or more ladders connected by shared residues
 *
 * Type: E
 */
export declare function assignSheets(ctx: DSSPContext): void;
