export declare const NestingOuter: (props: [start: number], meta?: Partial<{
    content: import("lit-html").TemplateResult;
    auto_exportparts: boolean;
    attrs: import("../../index.js").ShadowAttrs;
}>) => import("lit-html/directive.js").DirectiveResult<any>;
export declare const NestingInner: (props: [start: number], meta?: Partial<{
    content: import("lit-html").TemplateResult;
    auto_exportparts: boolean;
    attrs: import("../../index.js").ShadowAttrs;
}>) => import("lit-html/directive.js").DirectiveResult<any>;
