export declare function getPropertyPath(identifier: string, name: string): string;
export declare function isPropertyPathCorrect(identifier: string, path: string): boolean;
export declare function getMethodPath(identifier: string, name: string): string;
export declare function isMethodPathCorrect(identifier: string, path: string): boolean;
export declare function getEmitterPath(identifier: string, name: string): string;
export declare function isEmitterPathCorrect(identifier: string, path: string): boolean;
