export interface CompiledQuery { statement: string; parameters: any | undefined; }