export declare function collectManualViaFreeLocations(pcb: any, netName?: string): {
    x: number;
    y: number;
}[];
