import type { SQLSourceRequest } from '../lang/translate-response'; import type { SQLPhraseSegment, ModelDef } from './malloy_types'; export declare function compileSQLInterpolation(select: SQLPhraseSegment[], connection: string, partialModel: ModelDef | undefined): SQLSourceRequest; export declare function sqlKey(connectionName: string, sql: string): string;