import { IInherit } from "./_types/IInherit";
/**
 * Retrieves the current data, or undefined if data should be inherited
 * @param data The data to combine
 * @returns The data if not inherit, or undefined otherwise
 */
export declare function ifNotInherited<T>(data: T | IInherit): Exclude<T, IInherit> | undefined;
//# sourceMappingURL=ifNotInherited.d.ts.map