import type { GjsElement } from "../gjs-element"; import type { TextNode } from "../gtk3/text-node"; export declare const mountAction: (parent: GjsElement, child: GjsElement | TextNode, action: (omitMount: boolean) => void, afterMount?: () => void) => void;