/**
 * Execute the trail initialization
 * Creates a new trail with default structure in the specified directory
 */
export declare function execute(): Promise<void>;
