/**
 * Error for the `furo-forth-stack` component.
 *
 */
export class EmptyStackError extends Error {
    constructor(...params: any[]);
}
