import type { SinglePiletApp } from '../types';
/**
 * Represents an empty pilet app.
 */
export declare const emptyApp: SinglePiletApp;
