export declare type StatementErrorReason = 'VARIABLE_NOT_BOUND_TO_VALUE' | 'UNKNOWN';
