import type { Connection } from "../..";
export declare function sqlite(config?: {
    url: string;
}): Connection;
