/**
 * get the prefixed property
 * @returns prefixed property name
 */
export declare function prefixed(obj: Record<string, any>, property: string): string | undefined;
//# sourceMappingURL=prefixed.d.ts.map