import type { Container } from "@webiny/di"; /** * Registers an extension in the container. * `extension` is typed as `any` because it can be many things. */ export declare function registerExtension(container: Container, extension: any): void;