import type { PgIntrospectionResultByKind } from './pg-types'; export declare const introspectionResultsFromRaw: (rawResults: PgIntrospectionResultByKind, pgAugmentIntrospectionResults: ((res: PgIntrospectionResultByKind) => void) | null) => PgIntrospectionResultByKind;