/** * Returns true if the current frame is within an iframe. * * ```gjs * import { inIframe } from 'ember-primitives/iframe'; * * * ``` */ export declare const inIframe: () => boolean; /** * Returns true if the current frame is not within an iframe. * * ```gjs * import { notInIframe } from 'ember-primitives/iframe'; * * * ``` */ export declare const notInIframe: () => boolean; //# sourceMappingURL=iframe.d.ts.map