/**
 * @see https://stackoverflow.com/a/326076
 * @returns True, if current environment is iframe.
 */
export declare function isIframe(): boolean;
