import { LoggerSettings, SettingsConfig } from "../types";
export declare const createBlockTable: (table: any[], settings?: Partial<LoggerSettings>, config?: SettingsConfig | null) => Promise<string[]>;
export declare const blockTable: (table: any[], settings?: Partial<LoggerSettings>, config?: SettingsConfig | null) => Promise<void>;
