export declare function createPObject<T extends (new (...args: any[]) => any) | ((...args: any[]) => any)>(module: string, name: string): T;
