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