import joinMonster from "join-monster";
export declare namespace withSqlResolver {
type Options = NonNullable<Parameters<typeof joinMonster>[3]>;
}
export declare function withSqlResolver(name?: string, options?: withSqlResolver.Options): import("@cran/gql.core").Plugin<any>;