export declare function createImports<T extends object>(object: T, method: Function, namespace?: string): {
    [key: string]: Function;
};
