/**
 * Name of the parameter used to indicate to Canvas that it is being loaded in an iframe inside of an
 * LTI tool. It should be set to the global id of the containing tool.
 */
export declare const parentFrameContextParam = "parent_frame_context";
/**
 * Fallback iframe allowances used when they aren't provided to the editor.
 */
export declare const fallbackIframeAllowances: string[];
