interface ListOptions {
    type?: string;
    province?: string;
    limit?: number;
    projectPath?: string;
    currentProjectOnly?: boolean;
}
export declare function renderList(options: ListOptions): Promise<void>;
export {};
//# sourceMappingURL=list.d.ts.map