import { LayoutType } from '../interfaces/types';
declare type Options = {
    layouts: LayoutType;
    targetBlockId: string;
    block: any;
};
export declare function insertLayout(options: Options): LayoutType;
export {};
