import { BlockItemId } from "mdk-nbt/dist/item/__";
export declare type FillMode = 'destroy' | 'hollow' | 'keep' | 'outline' | 'replace';
export default fill;
declare function fill(from: string, to: string, blockId: BlockItemId): string;
declare function fill(from: string, to: string, blockId: BlockItemId, mode: FillMode): string;
declare function fill(from: string, to: string, blockId: BlockItemId, replaceBlockId: string): string;
