export declare function createController({ name, register }: {
    name: string;
    register: boolean;
}): void;
