/**
 * Sets the weight factor for some shard schema.
 */
export declare function factor({ dsn, schema, factor, }: {
    dsn: string;
    schema: string;
    factor: number;
}): Promise<void>;
//# sourceMappingURL=factor.d.ts.map