/**
 * Installs/updates microsharding schema and functions.
 */
export declare function install({ dsn, schemaNameFmt, }: {
    dsn: string;
    schemaNameFmt?: string;
}): Promise<void>;
//# sourceMappingURL=install.d.ts.map