export interface IInitCellsOptions { run_on_kernel_ready: boolean; run_untrusted?: boolean; } export declare const TOOLBAR_PRESET_NAME = "Initialization Cell"; export declare const initCellUiCallback: any; export declare function registerCelltoolbarPreset(): void; export declare function enableInitializationCellsFeature(options: IInitCellsOptions): void; export declare function runInitCells(options: IInitCellsOptions): void; export declare function getInitCells(): any[]; export declare function registerNotebookInitCellsAction(options: any): void;