import { SnowflakeError } from './SnowflakeError'; export declare class StatementAlreadyExecutedError extends SnowflakeError { constructor(); }